Extend arity to 30. - #2545
Open
strRM wants to merge 1 commit into
Open
Conversation
strRM
marked this pull request as ready for review
May 15, 2025 18:24
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2545 +/- ##
==========================================
- Coverage 81.26% 81.20% -0.06%
==========================================
Files 492 492
Lines 33370 33370
==========================================
- Hits 27117 27098 -19
- Misses 6253 6272 +19
🚀 New features to boost your workflow:
|
Contributor
Author
|
@quentin would you be able to also merge this one? I'd like to find a better solution for this, but in the meantime, this will have to do. |
This is all a bit suboptimal and it would be nice to find a single compile-time knob to increase arity. Alas, for now, we'll do it this way.
Contributor
Author
|
Looks like there is a problem with recent CI updates. Ought to be unrelated to this commit. |
Member
|
The failing tests in Windows is a known issue since Github runners switched to Windows 2025: #2548 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We a have need to increased BTree arity. We increase it to 30.